Version

ComboEditorItemBase<T> Class Members

The following tables list the members exposed by ComboEditorItemBase<T>.

Public Properties
 NameDescription
Public PropertyControlGets or sets a ComboEditorItemControl that is attached to the ComboEditorItem  
Public PropertyDataGets the business object that is hold by this ComboEditorItem  
Public PropertyIsEnabledGets or sets a value indicating whether the ComboEditorItem is Enabled.  
Public PropertyIsFocusedGets or sets a value indicating whether the ComboEditorItem is focused.  
Public PropertyIsSelectedGets or sets a value indicating whether the ComboEditorItem is selected.  
Public PropertyStyleGets/Sets the style that will be applied to the ComboEditorItemControl that represents this item. Note: any style set on this item, will override any style set on the XamComboEditor  
Protected Properties
 NameDescription
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<T>)
Protected PropertyIsDataBoundGets or sets a value indicating whether the object was created from a data source or adhoc.  
Protected Internal PropertyIsDirty (Inherited from Infragistics.RecyclingContainer<T>)
Protected Internal PropertyMeasureRaisedGets/sets whether the underlying control's Measure was raised when the Measure method was invoked.  
Protected PropertyRecyclingElementType (Inherited from Infragistics.RecyclingContainer<T>)
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<T>)
Protected Methods
 NameDescription
Protected MethodCreateInstanceOfRecyclingElement (Inherited from Infragistics.RecyclingContainer<T>)
Protected MethodOnElementAttachedOverridden. Called when the ComboEditorItemControl is attached to the ComboEditorItem  
Protected MethodOnElementReleasedOverridden. Called when the ComboEditorItemControl is removed from the ComboEditorItem  
Protected MethodOnElementReleasing (Inherited from Infragistics.RecyclingContainer<T>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<T>)
Protected MethodOnSelectionChangedInvoked when the IsSelected proprety changes.  
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<T>)
See Also